home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / qversion.zip / QVERSION.TXT < prev    next >
Text File  |  1995-02-02  |  3KB  |  88 lines

  1.                               QUERY VERSION
  2.  
  3.                                   1.10
  4.  
  5.                     The Pennsylvania State University
  6.                       Center for Academic Computing
  7.                             C. J. Sacksteder
  8.                                cjs@psu.edu
  9.  
  10.                              F R E E W A R E
  11.  
  12.  
  13. SHORT DESCRIPTION
  14.  
  15. Drag/drop, show file version, date, and size, and optionally update
  16.  
  17.  
  18. DESCRIPTION
  19.  
  20. Query Version (QVERSION.EXE) will display the version number imbedded in
  21. many .DLL files, .EXE files, and some other files).  It will also show
  22. the file date/time and size.  It will also look in your Windows and
  23. System directories for a file by the same name and show you its version,
  24. date/time, and size.  You can then press a button to replace the
  25. "installed" file.
  26.  
  27.  
  28. WHY?
  29.  
  30. It happens almost every day: you get a new shareware or freeware program
  31. that has a common file like CTL3D.DLL or BWCC.DLL . . . should you
  32. replace your current one or not?  Just drag the "new" file and drop it
  33. onto QVERSION to find out.  If it really is new, just press the [UPDATE]
  34. button to replace the old one (which is renamed just in case).
  35.  
  36.  
  37. FILES INCLUDED
  38.  
  39. This package has the following files:
  40.  
  41.    QVERSION.TXT  This file
  42.    QVERSION.EXE  The program
  43.    CMDIALOG.VBX  Used by the program
  44.    COMMDLG.DLL   Used by the program
  45.    VER.DLL       Used by the program
  46.  
  47. Not included is VBRUN300.DLL.  It is big, and most people have it
  48. already.  If you don't have a copy, one can be found in the UTIL
  49. directory on CICA (file VBRUN301.EXE) and its mirror sites.
  50.  
  51.  
  52. INSTALLATION
  53.  
  54. Copy QVERSION.EXE to any convenient directory.  If VER.DLL, CMDIALOG.VBX
  55. or or COMMDLG.DLL are newer than the ones you have (use QVersion to find
  56. out), copy the new one(s) to the \WINDOWS\SYSTEM directory (press the
  57. UPDATE button in QVersion).
  58.  
  59.  
  60. USE
  61.  
  62. I like to run QVersion by dropping a file on its icon.  Too bad Program
  63. Manager doesn't allow that (I use Norton Desktop).  There are several
  64. nice utilities that provide tool bars.  One I like is ToolBar by Juan M.
  65. Aguirregabiria (look on CICA or mirrors).
  66.  
  67. The alternative to dropping the subject file onto the QVersion icon is to
  68. start it up and pick a file by using the [BROWSE] button or the FILE
  69. menu.  The Microsoft common dialog is used there.
  70.  
  71. If you use the [UPDATE] button to replace an existing file, be aware that
  72. the original file is renamed something like "filename.001", in case the
  73. new file doesn't work right.
  74.  
  75.  
  76. SUPPORT
  77.  
  78. Since it is freeware, I cannot promise to answer questions about this
  79. utility.  I would, however, like to be informed about any bugs you find.
  80. Please write to cjs@psu.edu.
  81.  
  82.  
  83. CREDITS
  84.  
  85. Sample code provided by Microsoft with Visual Basic is used to extract
  86. the version information (GetFileVersion).  Find it in the SETUP1.BAS file
  87. in the SETUPKIT\SETUP1 directory.  Ugly, huh?
  88.